From 9d5bc13afc4febff209e38242b2dd30d50047ead Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Fri, 4 Oct 2024 15:42:40 -0500 Subject: [PATCH] Install the extra testing dependencies when testing --- tox.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tox.ini b/tox.ini index 885f6ab..ab3792e 100644 --- a/tox.ini +++ b/tox.ini @@ -17,6 +17,10 @@ deps = pytest-cov twine # coverage + +# Use the "test" optional-dependency +extras = test + commands = check-manifest python setup.py sdist -- 2.34.1